object fCopyMoveChannelDlg: TfCopyMoveChannelDlg Left = 400 Top = 301 BorderStyle = bsDialog Caption = 'fCopyMoveChannelDlg' ClientHeight = 391 ClientWidth = 451 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 341 Width = 451 Height = 50 Align = alBottom Shape = bsTopLine end object lstListings: TnbListingListBox Left = 17 Top = 74 Width = 417 Height = 253 Style = lbOwnerDrawVariable ItemHeight = 13 TabOrder = 2 OnDblClick = btnOKClick end object optCopy: TRadioButton Left = 17 Top = 18 Width = 417 Height = 17 Caption = 'optCopy' Checked = True TabOrder = 0 TabStop = True end object optMove: TRadioButton Left = 17 Top = 42 Width = 417 Height = 17 Caption = 'optMove' TabOrder = 1 end object btnOK: TButton Left = 276 Top = 354 Width = 75 Height = 25 Caption = 'btnOK' Default = True TabOrder = 3 OnClick = btnOKClick end object btnCancel: TButton Left = 360 Top = 354 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 4 end end